projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c63ed42
)
*** empty log message ***
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 5 Feb 2008 14:18:48 +0000
(14:18 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 5 Feb 2008 14:18:48 +0000
(14:18 +0000)
lisp/progmodes/cc-defs.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-defs.el
b/lisp/progmodes/cc-defs.el
index d7be903d357a94d0bbfc0c76f2daf0bd50cb989e..b509fdd7cc204456a21db095ad975ebb224a8b52 100644
(file)
--- a/
lisp/progmodes/cc-defs.el
+++ b/
lisp/progmodes/cc-defs.el
@@
-721,7
+721,7
@@
be after it."
((bobp) (setq pos (point-min)))
((not pos)
(let ((distance (skip-chars-backward "^{")))
- ;; unbalanced parenthesis, while i
llegal
C code,
+ ;; unbalanced parenthesis, while i
nvalid
C code,
;; shouldn't cause an infloop! See unbal.c
(when (zerop distance)
;; Punt!